Uses of Class
org.eclipse.vtp.framework.interactions.core.commands.SelectionRequestCommand

Packages that use SelectionRequestCommand
org.eclipse.vtp.framework.interactions.core.commands   
org.eclipse.vtp.framework.interactions.core.support   
org.eclipse.vtp.framework.interactions.voice.services   
 

Uses of SelectionRequestCommand in org.eclipse.vtp.framework.interactions.core.commands
 

Methods in org.eclipse.vtp.framework.interactions.core.commands with parameters of type SelectionRequestCommand
 java.lang.Object IConversationCommandVisitor.visitSelectionRequest(SelectionRequestCommand selectionRequestCommand)
          Called when this visitor is passed to a selection request command instance.
 

Uses of SelectionRequestCommand in org.eclipse.vtp.framework.interactions.core.support
 

Methods in org.eclipse.vtp.framework.interactions.core.support with parameters of type SelectionRequestCommand
protected  IDocument AbstractPlatform.renderSelectionRequest(ILinkFactory links, SelectionRequestCommand selectionRequestCommand)
          Renders a selection request to the user.
 

Uses of SelectionRequestCommand in org.eclipse.vtp.framework.interactions.voice.services
 

Methods in org.eclipse.vtp.framework.interactions.voice.services with parameters of type SelectionRequestCommand
protected  IDocument VoicePlatform.renderSelectionRequest(ILinkFactory links, SelectionRequestCommand selectionRequestCommand)